home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 6 code / TCP / NewsWatcher / NW Source / Source / text.h < prev    next >
Encoding:
Text File  |  1994-07-18  |  218 b   |  5 lines  |  [TEXT/MMCC]

  1. OSErr MakeNewTextWindow (StringPtr title, short panelHeight, 
  2.     void (*drawPanel)(WindowPtr), Handle text, WindowPtr *theWindow);
  3. Boolean CheckTextWindowAlreadyOpen (StringPtr title);
  4. void InitTextDispatchTable (void);
  5.